/* ================= DEFAULT ===================*/

/* ------------------ COLORS -------------------------*/

    /*
    
    basefontcolorgrey: #3c3c3b;
    basecolorblue: #0069b1;
    basecolorpink: #e83e8c;
    basecolorgreybackground: #6c757d;

    */

/* ------------------ FONT -------------------------*/

#font {
    font-family: 'Open Sans', Arial, Sans-Serif;   
}

.fontcolorwhite{
    color: white;
}

.fontcolorblack{
    color: #3c3c3b;
}

/*
a:link {text-decoration: none; color: #3c3c3b}
a:visited {text-decoration: none; color: #3c3c3b}
a:hover {text-decoration: none; color: #e83e8c} 
a:active {text-decoration: none; color: #e83e8c}
*/

/* ------------------ CLEARFIX -------------------------*/


.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
    #display: inline-block;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.left {
    float: left;
}

.right {
    float: right;
}

/* ================= WEBSITE ===================*/

/* ------------------ BODY -------------------------*/
body {
    margin: 0;
    padding: 0;
    border: 0;
    min-width: 400px;
    width: auto;
    height: 100%;
}

/* ------------------ NAVIGATION BAR -------------------------*/

.navigation {
    background-color: rgb(255, 255, 255);
    border-bottom-color: #d0d0d0;
    border-bottom: 2px;
    min-height: 80px;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    box-shadow: 0 2px 6px 2px #b1b1b1;
}

div.navigation a:link {text-decoration: none; color: #3c3c3b}
div.navigation a:visited {text-decoration: none; color: #3c3c3b}
div.navigation a:hover {text-decoration: none; color: #e83e8c} 
div.navigation a:active {text-decoration: none; color: #e83e8c}


.nav {
    float: right;
    margin-right: 150px;
    padding-top: 10px;
}

li {
    float: left;
    
}

.linav {
    
    margin-left: 30px;
    font-size: 110%;
}

.logo {
    float: left;
    margin-left: 100px;
    margin-top: 10px;
    
}


/* ------------------ INTRO -------------------------*/



.intro {}

.preheader{
    font-size: 220%;
    
    text-decoration: none;
    color: black;
    
}

.step{
    font-size: 120%;
    
    text-decoration: none;
    color: black;
    
}
 

.header {
    font-size: 320%;
    text-decoration: none;
    color: black;
}



/* ------------------ TOOLS -------------------------*/




.morph_reihe{
    width: 1200px;    
    position: relative;
    left: 50%;
    margin-left: -600px;
    height: 50px;
}

.morph_merkmal{
    
    width: 200px;
    height: 50px;
    background-color: #0069b1;
    border-color: #0069b1;
    border-style: solid;
    color: #ffffff;
    margin: 10px;
    margin-right: 30px;
    
    
}

.morph_passive{
    
    width: 200px;
    height: 50px;
    background-color: #6c757d;
    border-color: #6c757d;
    border-style: solid;
    color: #ffffff;
    margin: 10px;
    
    
}

.morph_active{
    
    width: 200px;
    height: 50px;
    background-color: #e83e8c;
    border-color: #e83e8c;
    border-style: solid;
    color: #ffffff;
    margin: 10px;
    
    
}

.morph_aligner{
    
    text-align: center;
    margin-top: 8px;
    
}

.tools{}

.checker{
    
    width: 500px; 
    position: relative;
    left: 50%;
    margin-left: -250px;
    border-top: 5px solid #0069b1;
    
    
}

.lowerline{
    border-bottom: 5px solid #0069b1;
    
}

.startcontent {
    
    width: 1100px; 
    position: relative;
    left: 50%;
    margin-left: -550px;
    
}

.contentborder{
    
    width: 490px;
    height: 750px;
    border-radius: 2em;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(29, 169, 221);
    
}



.content{
    width: 480px;
    height: 500px;
    position: relative;
    left: 50%;
    margin-left: -240px;
    font-size: 120%;
}



#header1 {
    font-size: 150%;
}


.liste1{
    
    float: left;
    color: black;
    font-size: 120%;
}

.liste2{
    
    float: right;
    color: black;
    font-size: 120%;
}



.button {
  
    width: 150px;
    height: 50px;
    font-weight: bold;
    background-color: #0069b1;
    border-color: #0069b1;
    border-style: solid;
    color: #ffffff;
    position: relative;
    left: 50%;
    margin-left: -75px;
    
}

.button:hover{
    background-color: white;
    color: #0069b1;
    border-width: 3px;
    border-color: #0069b1;
    border-style: solid;
}


.beschreibung{
    
    width: 500px;
    hyphens: auto; 
	text-align: justify;
    position: relative;
    left: 50%;
    margin-left: -250px;
}




/* ------------------ FOOTER -------------------------*/



.footer {
    background-color: #6c757d;
    /* #background-color: rgb(203, 203, 203); */ 
    min-height: 86px;
    height:auto !important;
    bottom: 0px !important;
    left: 0;
    z-index: 99999;
    width: auto !important;
    min-width: 100%;
    
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
    position: relative;
    overflow:auto;
}

div.footer a:link {text-decoration: none; color: white}
div.footer a:visited {text-decoration: none; color: white}
div.footer a:hover {text-decoration: none; color: #e83e8c} 
div.footer a:active {text-decoration: none; color: #e83e8c}


.footertext {
    margin-left: 100px;
    padding-top: 26px;
    color: white;
}